home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / ov143b.zip / READ_SRC.ME < prev    next >
Text File  |  1993-01-04  |  2KB  |  51 lines

  1.  
  2.  
  3. OverView 1.43  13-Jun-87
  4.  
  5. The files in this archive (OV143B.ARC) make up the complete
  6. source code for OverView version 1.43.  Refer to the software
  7. license in the OV.DOC file for restrictions on the use and
  8. distribution of this source code.  In addition to this archive
  9. file, you should also have received the OV143A.ARC file which
  10. contains the OverView documentation/program/help/configuration
  11. files in a ready-to-run format.  If you give this program to
  12. others, or upload it to BBS systems, THANK YOU, and please
  13. remember to pass on both archive files.
  14.  
  15. OverView is written in a combination of Microsoft C version 4.0
  16. and Microsoft MASM.  It is compiled as a small model program.  If
  17. you have a different C compiler, it shouldn't be too difficult to
  18. convert the source code to another compiler.  However, I do make
  19. use of the Microsoft FAR keyword in quite a few places - if your
  20. compiler doesn't support that keyword (or something like it) the
  21. conversion will be more difficult.
  22.  
  23. The makefile included with this version of OverView is now
  24. compatible with the Microsoft MAKE program.  The version 1.02
  25. makefile was not compatible.
  26.  
  27. In addition to the OverView source files, the source for the
  28. CVTHLP program is also included.  CVTHLP converts an ascii text
  29. help file to the format required by OverView.  The file OVHLP.TXT
  30. is the current OverView help file in a format acceptable to
  31. CVTHLP.  You can edit the OVHLP.TXT file (the format should be
  32. obvious) and then create a new OV.HLP file by entering the
  33. command:
  34.  
  35.    CVTHLP OVHLP.TXT OV.HLP
  36.  
  37. The file GETOPT.C requires special mention.  This is a public
  38. domain version of a routine downloaded from the USENET network a
  39. few years ago.  I believe this is the only file I did not write
  40. from scratch.  GETOPT.C is used only by CVTHLP.C.
  41.  
  42. Please feel free to write with any comments, friendly criticisms,
  43. problem reports, and improvement ideas you might have about the
  44. product.  I hope that you find this program of use.  Thank you.
  45.  
  46.  
  47. Jim Mathews,  13-Jun-87
  48.  
  49. Blue Sky Software
  50. 172 Manor Drive
  51. Absecon, NJ  08201